ci: run Security Updates weekly instead of daily - #98
Closed
albertotb wants to merge 1 commit into
Closed
Conversation
Restores the weekly schedule, which was overwritten back to daily by 'sync: update from python-copier-template' (#94). The job finishes in well under a minute but is billed a full minute per run, so a daily schedule is almost entirely rounding overhead.
Member
Author
|
Closing without merging: the fix belongs upstream in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Restores
.github/workflows/security-updates.ymltocron: "37 3 * * 1"(Mondays 03:37 UTC), fromcron: "30 3 * * *"(daily 03:30 UTC).sync: update from python-copier-template(sync: update from python-copier-template #94). August billing shows 23 runs instead of 5.Security Updatesjob finishes in well under a minute but is billed a full minute per run, so a daily schedule is almost entirely rounding overhead.:37offset is deliberate: GitHub delays scheduled workflows that pile onto the:00/:30marks.The root cause is upstream:
python-copier-templatestill shipped the daily cron, so everycopier updatere-reverted this file. That is fixed in Komorebi-AI/python-copier-template#44, which stops the daily schedule re-propagating on everycopier update. This PR is the local re-fix; merge the template PR too, otherwise the next sync reverts it again.Only the cron line changed.